home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / libiconv_src.lha / src / config.h < prev    next >
Encoding:
Text File  |  2000-11-07  |  1.2 KB  |  30 lines

  1. /* src/config.h.  Generated automatically by configure.  */
  2. /* Copyright (C) 1999 Free Software Foundation, Inc.
  3.    This file is part of the GNU ICONV Library.
  4.  
  5.    The GNU ICONV Library is free software; you can redistribute it and/or
  6.    modify it under the terms of the GNU Library General Public License as
  7.    published by the Free Software Foundation; either version 2 of the
  8.    License, or (at your option) any later version.
  9.  
  10.    The GNU ICONV Library is distributed in the hope that it will be useful,
  11.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.    Library General Public License for more details.
  14.  
  15.    You should have received a copy of the GNU Library General Public
  16.    License along with the GNU ICONV Library; see the file COPYING.LIB.  If not,
  17.    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  18.    Boston, MA 02111-1307, USA.  */
  19.  
  20.  
  21. /* Define if you have <iconv.h>, the iconv_t type, and the
  22.    iconv_open, iconv, iconv_close functions. */
  23. #undef HAVE_ICONV
  24. /* Define as const if the declaration of iconv() needs const. */
  25. #define ICONV_CONST const
  26.  
  27. /* Define if the machine's byte ordering is little endian. */
  28. #undef WORDS_LITTLEENDIAN
  29.  
  30.